Skip to content

chore: 🐝 Update SDK - Generate 0.31.5#138

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1777422844
Open

chore: 🐝 Update SDK - Generate 0.31.5#138
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1777422844

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 29, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes Detected:

  • polar._endpointorganization_updated_post():
    • request.data.feature_settings Changed Breaking ⚠️
  • polar.event-types.list(): response.items.[] Changed Breaking ⚠️
  • polar._endpointorder_created_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointorder_updated_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointorder_paid_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointorder_refunded_post():
    • request.data Changed Breaking ⚠️
  • polar.discounts.create(): request Changed Breaking ⚠️
  • polar.organizations.list(): response.items.[].feature_settings Changed Breaking ⚠️
  • polar.organizations.create():
    • request.feature_settings Changed Breaking ⚠️
    • response.feature_settings Changed Breaking ⚠️
  • polar.organizations.get(): response.feature_settings Changed Breaking ⚠️
  • polar.organizations.update():
    • request.organization_update.feature_settings Changed Breaking ⚠️
    • response.feature_settings Changed Breaking ⚠️
  • polar.events.get(): response.[system_event] Changed Breaking ⚠️
  • polar.events.list(): response.[list_resource_event_].items.[].[system_event] Changed Breaking ⚠️
  • polar.orders.list(): response.items.[] Changed
  • polar.orders.update(): response Changed
  • polar.orders.get(): response Changed
  • polar.members.create_member():
    • request.role Changed
  • polar.customer_portal.orders.list(): response.items.[] Changed
  • polar.customer_portal.orders.get(): response Changed
  • polar.customer_portal.orders.update(): response Changed
  • polar.customer_portal.subscriptions.update():
    • request.customer_subscription_update.[customer_subscription_update_clear] Added
  • polar.orders.receipt(): Added
  • polar.subscriptions.update():
    • request.subscription_update.[subscription_update_clear] Added
  • polar.customer_portal.orders.receipt(): Added
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (4767:5)
│ ├──[+] path (14492:5)
│ └─┬/v1/organizations/{id}
│   ├─┬GET
│   │ ├──[🔀] description (209:24)
│   │ └─┬Extensions
│   │   └──[-] x-polar-allowed-subjects (1:4560)❌ 
│   └─┬PATCH
│     ├──[🔀] description (276:24)
│     └─┬Extensions
│       └──[-] x-polar-allowed-subjects (1:6030)❌ 
└─┬Components
  ├──[-] schemas (1:740999)❌ 
  ├──[-] schemas (1:731970)❌ 
  ├──[-] schemas (1:749260)❌ 
  ├──[-] schemas (1:722749)❌ 
  ├──[+] schemas (43971:35)
  ├──[+] schemas (63482:44)
  ├──[+] schemas (63337:41)
  ├──[+] schemas (43087:30)
  ├──[+] schemas (53805:23)
  ├──[+] schemas (63323:34)
  ├──[+] schemas (38942:31)
  ├──[+] schemas (42038:42)
  ├─┬AuthorizeResponseUser
  │ └─┬scope_display_names
  │   └──[🔀] default (21412:24)❌ 
  ├─┬EventTypeWithStats
  │ ├──[-] required (1:773743)❌ 
  │ ├──[-] required (1:773772)❌ 
  │ ├──[-] required (1:773757)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] description (45907:28)
  │ ├─┬id
  │ │ ├──[-] type (1:772596)❌ 
  │ │ ├──[-] format (1:772616)❌ 
  │ │ ├──[🔀] description (45881:28)
  │ │ ├──[+] anyOf (45872:15)
  │ │ └──[+] anyOf (45876:15)
  │ └─┬created_at
  │   ├──[-] type (1:772298)❌ 
  │   ├──[-] format (1:772318)❌ 
  │   ├──[🔀] description (45894:28)
  │   ├──[+] anyOf (45885:15)
  │   └──[+] anyOf (45889:15)
  ├─┬ProductPriceSeatTier
  │ └─┬price_per_seat
  │   └──[-] maximum (1:969044)❌ 
  ├─┬AvailableScope
  │ ├──[-] enum (1:347698)❌ 
  │ └──[-] enum (1:347686)❌ 
  ├─┬OrganizationFeatureSettings
  │ ├──[-] properties (1:920999)❌ 
  │ ├──[-] properties (1:920858)❌ 
  │ └──[+] properties (56665:11)
  ├─┬LegacyRecurringProductPriceCustom
  │ └─┬minimum_amount
  │   └──[🔀] description (46911:28)
  ├─┬CustomerSubscriptionUpdate
  │ └──[+] anyOf (42038:42)
  ├─┬AuthorizeResponseOrganization
  │ └─┬scope_display_names
  │   └──[🔀] default (21296:24)❌ 
  ├─┬CheckoutPriceCreate
  │ └─┬amount
  │   └─┬ANYOF
  │     └──[-] maximum (1:512966)❌ 
  ├─┬CustomerOrder
  │ ├──[+] required (38642:11)❌ 
  │ ├──[+] required (38652:11)❌ 
  │ ├──[+] required (38653:11)❌ 
  │ ├──[+] properties (38477:11)
  │ ├──[+] properties (38603:11)
  │ ├──[+] properties (38611:11)
  │ ├─┬status
  │ │ └──[🔀] $ref (38419:30)❌ 
  │ ├─┬tax_amount
  │ │ ├──[-] examples (1:640679)
  │ │ ├──[-] type (1:640587)❌ 
  │ │ ├──[-] title (1:640607)
  │ │ ├──[-] description (1:640636)
  │ │ ├──[+] anyOf (38973:36)
  │ │ └──[+] anyOf (38569:15)
  │ ├─┬subscription
  │ │ ├──[+] examples (38432:15)
  │ │ ├──[+] type (38428:21)❌ 
  │ │ ├──[+] title (38429:22)
  │ │ ├──[+] description (38430:28)
  │ │ ├──[-] anyOf (1:649408)❌ 
  │ │ └──[-] anyOf (1:643102)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] examples (1:640822)
  │ │ ├──[-] type (1:640711)❌ 
  │ │ ├──[🔀] title (38540:22)
  │ │ ├──[-] description (1:640762)
  │ │ ├──[+] anyOf (38532:15)
  │ │ └──[+] anyOf (38536:15)
  │ ├─┬subscription_id
  │ │ ├──[🔀] title (38498:22)
  │ │ ├──[+] description (38499:28)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (38492:25)❌ 
  │ │   └──[-] format (1:642751)❌ 
  │ ├─┬refunded_tax_amount
  │ │ ├──[🔀] examples (38608:15)
  │ │ ├──[🔀] title (38605:22)
  │ │ └──[🔀] description (38606:28)
  │ ├─┬seats
  │ │ ├──[+] examples (38616:15)
  │ │ ├──[+] type (38612:21)❌ 
  │ │ ├──[🔀] title (38613:22)
  │ │ ├──[🔀] description (38614:28)
  │ │ ├──[-] anyOf (1:642261)❌ 
  │ │ └──[-] anyOf (1:642282)❌ 
  │ ├─┬refunded_amount
  │ │ ├──[-] examples (1:641408)
  │ │ ├──[-] type (1:641312)❌ 
  │ │ ├──[🔀] title (38486:22)
  │ │ ├──[🔀] description (38487:28)
  │ │ ├──[+] anyOf (38479:15)
  │ │ └──[+] anyOf (38482:15)
  │ └─┬subtotal_amount
  │   └──[🔀] $ref (54013:17)❌ 
  ├─┬DiscountCreate
  │ ├──[+] discriminator (43070:26)❌ 
  │ ├──[-] oneOf (1:740999)❌ 
  │ ├──[-] oneOf (1:749260)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (43088:23)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (43972:23)❌ 
  ├─┬CheckoutUpdatePublic
  │ └─┬amount
  │   └─┬ANYOF
  │     └──[-] maximum (1:569150)❌ 
  ├─┬LicenseKeyValidate
  │ └─┬increment_usage
  │   └─┬ANYOF
  │     └──[+] exclusiveMinimum (47898:37)❌ 
  ├─┬ProductPriceFixedCreate
  │ └─┬price_amount
  │   ├──[-] maximum (1:958697)❌ 
  │   ├──[🔀] minimum (59152:24)❌ 
  │   └──[🔀] description (59154:28)
  ├─┬SystemEvent
  │ ├──[+] oneOf (22030:38)
  │ ├──Discriminator
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (63338:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (53462:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (53821:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (54366:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (29149:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (37235:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (42700:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (37604:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22176:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21588:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22407:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22646:23)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (21796:23)❌ 
  ├─┬CheckoutUpdate
  │ └─┬amount
  │   └─┬ANYOF
  │     └──[-] maximum (1:562318)❌ 
  ├─┬Order
  │ ├──[+] required (53102:11)❌ 
  │ ├──[+] required (53117:11)❌ 
  │ ├──[+] required (53118:11)❌ 
  │ ├──[+] properties (52871:11)
  │ ├──[+] properties (53063:11)
  │ ├──[+] properties (53071:11)
  │ ├─┬refunded_tax_amount
  │ │ ├──[🔀] examples (53068:15)
  │ │ ├──[🔀] title (53065:22)
  │ │ └──[🔀] description (53066:28)
  │ ├─┬status
  │ │ └──[🔀] $ref (52813:30)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] examples (1:869447)
  │ │ ├──[-] type (1:869336)❌ 
  │ │ ├──[🔀] title (52934:22)
  │ │ ├──[-] description (1:869387)
  │ │ ├──[+] anyOf (52926:15)
  │ │ └──[+] anyOf (52930:15)
  │ ├─┬tax_amount
  │ │ ├──[-] examples (1:869304)
  │ │ ├──[-] type (1:869212)❌ 
  │ │ ├──[-] title (1:869232)
  │ │ ├──[-] description (1:869261)
  │ │ ├──[+] anyOf (54023:28)
  │ │ └──[+] anyOf (53042:15)
  │ ├─┬refunded_amount
  │ │ ├──[-] examples (1:870033)
  │ │ ├──[-] type (1:869937)❌ 
  │ │ ├──[🔀] title (52880:22)
  │ │ ├──[🔀] description (52881:28)
  │ │ ├──[+] anyOf (52873:15)
  │ │ └──[+] anyOf (52876:15)
  │ ├─┬subscription_id
  │ │ ├──[🔀] title (52892:22)
  │ │ ├──[+] description (52893:28)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (52886:25)❌ 
  │ │   └──[-] format (1:871376)❌ 
  │ ├─┬subtotal_amount
  │ │ └──[🔀] $ref (54013:17)❌ 
  │ ├─┬seats
  │ │ ├──[+] examples (53076:15)
  │ │ ├──[+] type (53072:21)❌ 
  │ │ ├──[🔀] title (53073:22)
  │ │ ├──[🔀] description (53074:28)
  │ │ ├──[-] anyOf (1:870886)❌ 
  │ │ └──[-] anyOf (1:870907)❌ 
  │ └─┬subscription
  │   ├──[+] examples (52826:15)
  │   ├──[+] type (52822:21)❌ 
  │   ├──[+] title (52823:22)
  │   ├──[+] description (52824:28)
  │   ├──[-] anyOf (1:888312)❌ 
  │   └──[-] anyOf (1:872840)❌ 
  ├─┬SubscriptionUpdate
  │ └──[+] anyOf (63323:34)
  ├─┬CheckoutConfirmStripe
  │ └─┬amount
  │   └─┬ANYOF
  │     └──[-] maximum (1:479614)❌ 
  ├─┬ProductPriceCustomCreate
  │ ├─┬minimum_amount
  │ │ └──[🔀] description (59002:28)
  │ ├─┬maximum_amount
  │ │ └─┬ANYOF
  │ │   ├──[🔀] minimum (59010:28)❌ 
  │ │   └──[🔀] description (59011:32)
  │ └─┬preset_amount
  │   ├──[🔀] description (59032:28)
  │   └─┬ANYOF
  │     ├──[-] maximum (1:955551)❌ 
  │     └──[🔀] description (59025:32)
  ├─┬ProductPriceCustom
  │ └─┬minimum_amount
  │   └──[🔀] description (58930:28)
  ├─┬MemberCreate
  │ └─┬role
  │   └──[🔀] $ref (48955:19)❌ 
  ├─┬CheckoutProductCreate
  │ └─┬amount
  │   └─┬ANYOF
  │     └──[-] maximum (1:523649)❌ 
  └─┬CheckoutProductsCreate
    └─┬amount
      └─┬ANYOF
        └──[-] maximum (1:531453)❌ 
Document Element Total Changes Breaking Changes
paths 6 0
components 165 80
Linting Report 0 errors, 1 warnings, 14 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.648.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Apr 29, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777422844 branch 6 times, most recently from 377bbdd to f32ab40 Compare May 5, 2026 00:36
* `polar._endpointorganization_updated_post()`: 
  *  `request.data.feature_settings` **Changed** **Breaking** ⚠️
* `polar.event-types.list()`:  `response.items.[]` **Changed** **Breaking** ⚠️
* `polar._endpointorder_created_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointorder_updated_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointorder_paid_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointorder_refunded_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar.discounts.create()`:  `request` **Changed** **Breaking** ⚠️
* `polar.organizations.list()`:  `response.items.[].feature_settings` **Changed** **Breaking** ⚠️
* `polar.organizations.create()`: 
  *  `request.feature_settings` **Changed** **Breaking** ⚠️
  *  `response.feature_settings` **Changed** **Breaking** ⚠️
* `polar.organizations.get()`:  `response.feature_settings` **Changed** **Breaking** ⚠️
* `polar.organizations.update()`: 
  *  `request.organization_update.feature_settings` **Changed** **Breaking** ⚠️
  *  `response.feature_settings` **Changed** **Breaking** ⚠️
* `polar.events.get()`:  `response.[system_event]` **Changed** **Breaking** ⚠️
* `polar.events.list()`:  `response.[list_resource_event_].items.[].[system_event]` **Changed** **Breaking** ⚠️
* `polar.orders.list()`:  `response.items.[]` **Changed**
* `polar.orders.update()`:  `response` **Changed**
* `polar.orders.get()`:  `response` **Changed**
* `polar.members.create_member()`: 
  *  `request.role` **Changed**
* `polar.customer_portal.orders.list()`:  `response.items.[]` **Changed**
* `polar.customer_portal.orders.get()`:  `response` **Changed**
* `polar.customer_portal.orders.update()`:  `response` **Changed**
* `polar.customer_portal.subscriptions.update()`: 
  *  `request.customer_subscription_update.[customer_subscription_update_clear]` **Added**
* `polar.orders.receipt()`: **Added**
* `polar.subscriptions.update()`: 
  *  `request.subscription_update.[subscription_update_clear]` **Added**
* `polar.customer_portal.orders.receipt()`: **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777422844 branch from be49fa8 to 5200d83 Compare May 6, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant